home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / COPEIN.SDA / SAMPLEINIT (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  2019-04-13  |  1.9 KB  |  50 lines

  1. SampleInit
  2. SEQ formatted GEOS file V1.0
  3. Epson FX-80
  4. Routines
  5. LASTER'S 
  6. ONVERTER 
  7. COPE Source V1.1
  8. geoCOPE V1.00
  9. COPE Editor V1.1
  10. Untitled
  11. SampleInit
  12. @;@=@|@~@
  13. A!AEA|A
  14. /.START $800 ; Start address in memory for loading program.
  15. .INIT CodeHere ; Initialization routine to call after loading.
  16. .TYPE APPLICATION ; Type of Program, see ZeroPage Equates for details.
  17. .NAME SampleProg. V1.0  ; Permanent Name of program
  18. .Author Bill Sharp ; Authors name
  19. ; Icon data Table, this is optional
  20. ; use can use the icon editor(DeskPack1) to change the
  21. ; icon later if you wish
  22. .Icon %11111111 ,  %11111111 ,  %11111111
  23.     %10000110 , %00111100 , %01100001
  24.     %10000110 , %00111100 , %01100001
  25.     %10000110 , %00111100 , %01100001
  26.     %10000110 , %00111100 , %01100001
  27.     %10000110 , %00111100 , %01100001
  28.     %10000110 , %00111100 , %01100001
  29.     %10000110 , %00111100 , %01100001
  30.     %10000110 , %00111100 , %01100001
  31.     %10000110 , %00111100 , %01100001
  32.     %10000110 , %00111100 , %01100001
  33.     %10000110 , %00111100 , %01100001
  34.     %10000110 , %00111100 , %01100001
  35.     %10000110 , %00111100 , %01100001
  36.     %10000110 , %00111100 , %01100001
  37.     %10000110 , %00111100 , %01100001
  38.     %10000110 , %00111100 , %01100001
  39.     %10000110 , %00111100 , %01100001
  40.     %10000110 , %00111100 , %01100001
  41.     %10000110 , %00111100 , %01100001
  42.      %11111111 ,  %11111111 ,  %11111111
  43. ; now the Equates files
  44. .Include ZeroPage
  45. .Include Routines
  46. ; This is where the program starts
  47. CodeHere
  48. .Include SampleMain
  49. Endcode ; Label is used for reference of highest memory loacation
  50.